Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NScrollerBase<TThumb,TShaft> Class / OnScroll Method


In This Topic
    OnScroll Method (NScrollerBase<TThumb,TShaft>)
    In This Topic
    Raises the scroll event. If it is not canceled, updates the scroller value if the new value.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnScroll( _
       ByVal newValue As System.Double _
    ) 
    'Usage
     
    
    Dim instance As NScrollerBase(Of TThumb,TShaft)
    Dim newValue As System.Double
     
    instance.OnScroll(newValue)
    protected virtual void OnScroll( 
       System.double newValue
    )

    Parameters

    newValue
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also